home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / util / libs / graphics3d.lha / src / library / graphics3D2d.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-16  |  1017 b   |  36 lines

  1. /*
  2. **      $VER: graphics3D2d.h 11.00 (10.05.98)
  3. **
  4. **      External 2d functions for graphics3D.library
  5. **
  6. **      (C) Copyright 97 Patrizio Biancalani
  7. **      All Rights Reserved.
  8. */
  9.  
  10. extern struct grafica *ini_g(struct Window *win,long int mxv,long int dx,
  11.     long int dy);
  12.  
  13. extern long int c_zbuf(struct ambient3d *in);
  14.  
  15. extern void close_g(struct grafica *graf);
  16.  
  17. extern void switch_rp(struct grafica *graf);
  18.  
  19. extern long int clipbox(struct grafica *graf,long int minx,
  20.        long int miny,long int dx,long int dy);
  21. /*
  22. extern void cls_b(struct grafica *graf,long int x0,
  23.     long int y0,long int x1,long int y1);
  24. */
  25. extern void cls_f(struct ambient3d *amb3d);
  26.  
  27. extern void over(struct grafica *graf,long int mod);
  28.  
  29. extern void pixel( struct ambient3d *amb3d, struct polytemp *buf);
  30.  
  31. extern void line( struct ambient3d *amb3d, struct polytemp *buf);
  32.  
  33. extern void drw_tg( struct ambient3d *amb3d, struct polytemp *buf, long int bordo);
  34.  
  35. extern void drw_qg( struct ambient3d *amb3d, struct polytemp *buf, long int bordo);
  36.